home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DCKTOOL.PAK / DOCKMAC.R < prev    next >
Text File  |  1997-05-06  |  3KB  |  181 lines

  1. #include    "mrc\types.r"
  2. #include    "mrc\balloons.r"
  3. #include        "resource.h"
  4. #include        "systypes.r"
  5.  
  6. /////////////////////////////////////////////////////////////////////////
  7. // WLM resources
  8.  
  9. #include    "ftab.r"
  10.  
  11.  
  12. /////////////////////////////////////////////////////////////////////////
  13. // MFC resources
  14.  
  15. #include    "afxaete.r"
  16.  
  17.  
  18. /////////////////////////////////////////////////////////////////////////
  19. // Code fragment resource
  20.  
  21. #include    "CodeFrag.r"
  22.  
  23.  
  24. /////////////////////////////////////////////////////////////////////////
  25. // CtrlBars resources
  26.  
  27. resource 'SIZE' (-1)
  28. {
  29.     reserved,
  30.     acceptSuspendResumeEvents,
  31.     reserved,
  32.     canBackground,
  33.     doesActivateOnFGSwitch,
  34.     backgroundAndForeground,
  35.     dontGetFrontClicks,
  36.     ignoreAppDiedEvents,
  37.     is32BitCompatible,
  38.     isHighLevelEventAware,
  39.     localAndRemoteHLEvents,
  40.     notStationeryAware,
  41.     dontUseTextEditServices,
  42.     reserved,
  43.     reserved,
  44.     reserved,
  45. #ifdef _MPPC_
  46.     2500 * 1024,
  47.     2500 * 1024
  48. #else    // 68K Mac
  49. #ifdef _DEBUG
  50.     3000 * 1024,
  51.     3000 * 1024
  52. #else
  53.     2000 * 1024,
  54.     2000 * 1024
  55. #endif
  56. #endif
  57. };
  58.  
  59. resource 'vers' (1)
  60. {
  61.     0x01,
  62.     0x00,
  63.     final,
  64.     0x00,
  65.     verUS,
  66.     "1.0",
  67.     "DockTool 1.0, Copyright \251 Microsoft Corp. 1994-1995"
  68. };
  69.  
  70. resource 'vers' (2)
  71. {
  72.     0x04,
  73.     0x00,
  74.     final,
  75.     0x00,
  76.     verUS,
  77.     "4.0",
  78.     "MFC for Macintosh 4.0"
  79. };
  80.  
  81. resource 'BNDL' (128)
  82. {
  83.     'DOCK',
  84.     0,
  85.     {
  86.         'FREF',
  87.         {
  88.             0, 128
  89.         },
  90.         'ICN#',
  91.         {
  92.             0, IDR_MAINFRAME
  93.         }
  94.     }
  95. };
  96.  
  97. type 'DOCK' as 'STR ';
  98. resource 'DOCK' (0)
  99. {
  100.     "DockTool 1.0 Copyright \251 1994-1995 Microsoft Corp."
  101. };
  102.  
  103. resource 'FREF' (128)
  104. {
  105.     'APPL',
  106.     0,
  107.     ""
  108. };
  109.  
  110. /* Balloon help resources */
  111.  
  112. resource 'hfdr' (-5696)
  113. {
  114.     HelpMgrVersion, hmDefaultOptions, 0, 0,
  115.     {
  116.         HMSTRResItem {500}
  117.     }
  118. };
  119.  
  120. resource 'hovr' (1000)
  121. {
  122.     HelpMgrVersion, hmDefaultOptions, 0, 0,
  123.  
  124.         HMStringItem    /* missing items override */
  125.         {
  126.             "Miscellaneous part of the Microsoft DockTool "
  127.             "Sample Application."
  128.         },
  129.         {
  130.             HMSkipItem {},  /* title bar */
  131.             HMSkipItem {},  /* reserved. always skip item here */
  132.             HMStringItem    /* close box */
  133.             {
  134.                 "Click here to close the Microsoft DockTool "
  135.                 "Sample Application."
  136.             },
  137.             HMStringItem    /* zoom box */
  138.             {
  139.                 "Click here to Zoom In or Zoom Out."
  140.             },
  141.             HMSkipItem {},  /* active app's inactive window */
  142.             HMStringItem    /* inactive app's window */
  143.             {
  144.                 "This is not part of the Microsoft DockTool "
  145.                 "Application. It may be part of the Apple "
  146.                 "Finder, or some other application."
  147.             },
  148.             HMSkipItem {}   /* outside modal dialog */
  149.         }
  150. };
  151.  
  152. #ifdef _MPPC_
  153. resource 'STR ' (500)
  154. {
  155.     "This is the Win32 DockTool sample application "
  156.     "ported to the Power Macintosh using Microsoft VC++ "
  157.     "Edition for the Apple Power Macintosh"
  158. };
  159. #else    // 68K Mac
  160. resource 'STR ' (500)
  161. {
  162.     "This is the Win32 DockTool sample application "
  163.     "ported to the Macintosh using Microsoft VC++ Edition "
  164.     "for the Apple Macintosh"
  165. };
  166. #endif
  167.  
  168. #ifdef _MPPC_
  169. resource 'cfrg' (0) {
  170.   {
  171.     kPowerPC,
  172.     kFullLib,
  173.     kNoVersionNum,kNoVersionNum,
  174.     0, 0,
  175.     kIsApp,kOnDiskFlat,kZeroOffset,kWholeFork,
  176.     ""
  177.   }
  178. };
  179. #endif
  180.  
  181.